nav .navbar .links li:first-child a {
    color: #ffffff;
}

nav .navbar .links li:nth-child(2) a {
    color: #ffe608;
}


.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 450px;
    padding-top: 300px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/about\ us\ img\ 8.avif);
    background-position: center;
    background-size: 100% 100%;
    /* text-align: center; */
    color: white;
    position: relative;
    /* margin-top: -80px; */
}

.sec1a img {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

.sec1a h1 {
    width: 100%;
    font-size: 50px;
    z-index: 10;
    display: grid;
    width: fit-content;
    font-weight: 400;
    margin-left: 80px;
    color: white;
    position: relative;
}


.sec1a .about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}


@media screen and (max-width: 900px) {

    .sec1a {
        background-size: 100% 100%;
        height: 250px;
        padding-top: 160px;
        padding-left: 30px;
    }

    .sec1a h1 {
        font-size: 30px;
        margin-left: 20px;
    }

}